From 4e950da4d116663cfd5f1a707a96782f80499af8 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 28 Oct 2015 07:09:28 -0400 Subject: [PATCH] Adwaita: Update shortcuts window theming Use the newly added element name. --- gtk/theme/Adwaita/_common.scss | 6 +++--- gtk/theme/Adwaita/gtk-contained-dark.css | 14 +++++++------- gtk/theme/Adwaita/gtk-contained.css | 14 +++++++------- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index b4d2cfb517..a39e8fa94b 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -3438,16 +3438,16 @@ decoration { } } -GtkShortcutsWindow .round .button { +shortcutswindow .round .button { border-radius: 20px; outline-radius: 20px; } -GtkShortcutsWindow .round .button label { +shortcutswindow .round .button label { padding: 0; } -GtkShortcutsWindow GtkShortcutLabel .frame { +shortcutswindow GtkShortcutLabel .frame { background-color: #fefefe; border: 1px solid #cecece; border-radius: 5px; diff --git a/gtk/theme/Adwaita/gtk-contained-dark.css b/gtk/theme/Adwaita/gtk-contained-dark.css index b61f4999f6..0ef4bd0042 100644 --- a/gtk/theme/Adwaita/gtk-contained-dark.css +++ b/gtk/theme/Adwaita/gtk-contained-dark.css @@ -4649,18 +4649,18 @@ decoration { background-origin: content-box; background-position: right center; } -GtkShortcutsWindow .round .button, GtkShortcutsWindow .round .header-bar .button.titlebutton, .header-bar GtkShortcutsWindow .round .button.titlebutton, -GtkShortcutsWindow .round .titlebar .button.titlebutton, -.titlebar GtkShortcutsWindow .round .button.titlebutton { +shortcutswindow .round .button, shortcutswindow .round .header-bar .button.titlebutton, .header-bar shortcutswindow .round .button.titlebutton, +shortcutswindow .round .titlebar .button.titlebutton, +.titlebar shortcutswindow .round .button.titlebutton { border-radius: 20px; outline-radius: 20px; } -GtkShortcutsWindow .round .button label, GtkShortcutsWindow .round .header-bar .button.titlebutton label, .header-bar GtkShortcutsWindow .round .button.titlebutton label, -GtkShortcutsWindow .round .titlebar .button.titlebutton label, -.titlebar GtkShortcutsWindow .round .button.titlebutton label { +shortcutswindow .round .button label, shortcutswindow .round .header-bar .button.titlebutton label, .header-bar shortcutswindow .round .button.titlebutton label, +shortcutswindow .round .titlebar .button.titlebutton label, +.titlebar shortcutswindow .round .button.titlebutton label { padding: 0; } -GtkShortcutsWindow GtkShortcutLabel .frame { +shortcutswindow GtkShortcutLabel .frame { background-color: #fefefe; border: 1px solid #cecece; border-radius: 5px; diff --git a/gtk/theme/Adwaita/gtk-contained.css b/gtk/theme/Adwaita/gtk-contained.css index 166e45b575..1fcd53b9b8 100644 --- a/gtk/theme/Adwaita/gtk-contained.css +++ b/gtk/theme/Adwaita/gtk-contained.css @@ -4822,18 +4822,18 @@ decoration { background-origin: content-box; background-position: right center; } -GtkShortcutsWindow .round .button, GtkShortcutsWindow .round .header-bar .button.titlebutton, .header-bar GtkShortcutsWindow .round .button.titlebutton, -GtkShortcutsWindow .round .titlebar .button.titlebutton, -.titlebar GtkShortcutsWindow .round .button.titlebutton { +shortcutswindow .round .button, shortcutswindow .round .header-bar .button.titlebutton, .header-bar shortcutswindow .round .button.titlebutton, +shortcutswindow .round .titlebar .button.titlebutton, +.titlebar shortcutswindow .round .button.titlebutton { border-radius: 20px; outline-radius: 20px; } -GtkShortcutsWindow .round .button label, GtkShortcutsWindow .round .header-bar .button.titlebutton label, .header-bar GtkShortcutsWindow .round .button.titlebutton label, -GtkShortcutsWindow .round .titlebar .button.titlebutton label, -.titlebar GtkShortcutsWindow .round .button.titlebutton label { +shortcutswindow .round .button label, shortcutswindow .round .header-bar .button.titlebutton label, .header-bar shortcutswindow .round .button.titlebutton label, +shortcutswindow .round .titlebar .button.titlebutton label, +.titlebar shortcutswindow .round .button.titlebutton label { padding: 0; } -GtkShortcutsWindow GtkShortcutLabel .frame { +shortcutswindow GtkShortcutLabel .frame { background-color: #fefefe; border: 1px solid #cecece; border-radius: 5px; -- 2.30.2